From: caleb@2b0d6f0eabf955cc8fd04c634b09f0ca4aad9233 Date: Thu, 25 Sep 2025 23:04:55 +0000 (+0000) Subject: (no commit message) X-Git-Tag: archive/raspbian/10.20251029-1+rpi1~1^2~3^2~53^2~11 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=699c75f637bc6029aa09c34818eff38088363d4a;p=git-annex.git --- diff --git a/doc/bugs/Compiling_20250925__44___variable_not_in_scope_error.mdwn b/doc/bugs/Compiling_20250925__44___variable_not_in_scope_error.mdwn new file mode 100644 index 0000000000..5ae44072f5 --- /dev/null +++ b/doc/bugs/Compiling_20250925__44___variable_not_in_scope_error.mdwn @@ -0,0 +1,13 @@ +I'm attempting to update Arch Linux packaging ... the major caveat being we're stuck using an old (9.4.8) version of `ghc` for now... + +Building the latest tagged release now produces this error: + +``` +Utility/OpenFd.hs:28:9: error: + Variable not in scope: when :: Bool -> IO () -> IO a0 + | +28 | when closeonexec $ + | ^^^^ +``` + +I'm not sure this error is directly caused by the antiquated compiler, but also not sure how to debug this further or work around it either.